home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / petshop.swf / scripts / DefineButton2_209 / BUTTONCONDACTION on(press).as
Text File  |  2007-01-15  |  196b  |  10 lines

  1. on(press){
  2.    Mouse.hide();
  3.    _root.check = 0;
  4.    _root.aaa2._visible = true;
  5.    _root.havePress = true;
  6.    _root.kind = 1;
  7.    startDrag(_root.aaa2,1);
  8.    _root.gotoAndPlay("start2");
  9. }
  10.